ChildItemsPath Property (TransposedGrid<T>)
In This Topic
Gets or sets the name of the property used to generate child rows in hierarchical grids.
Syntax
'Declaration
Public Overridable Property ChildItemsPath As String
public virtual string ChildItemsPath {get; set;}
See Also